array segment meaning in Chinese
数组段
阵列段
Examples
- Gets the number of elements in the range delimited by the array segment
获取由数组段分隔的范围中的元素个数。 - Gets the original array containing the range of elements that the array segment delimits
获取原始数组,其中包含数组段分隔的元素范围。 - Gets the position of the first element in the range delimited by the array segment , relative to the start of the original array
获取由数组段分隔的范围中的第一个元素的位置(相对于原始数组的开始位置) 。 - It also provides three methods for accessing array elements : standard indexing , creating subarrays , and slicing , which produces a less dimensional view of an array segment
它还提供三种访问数组元素的方法:标准索引、创建子数组和切片( slicing ) ,切片能产生维数更小的数组片段的视图。